table of contents
libssh2_exit(3) | libssh2 manual | libssh2_exit(3) |
NAME¶
libssh2_exit - global library deinitialization
SYNOPSIS¶
#include <libssh2.h>
void libssh2_exit(void);
DESCRIPTION¶
Exit the libssh2 functions and free's all memory used internal.
AVAILABILITY¶
Added in libssh2 1.2.5
SEE ALSO¶
19 Mar 2010 | libssh2 1.2.5 |